Skip to content

chore(pgpm): use BoilerplateSkill from genomic@5.5.0#1273

Merged
pyramation merged 1 commit into
mainfrom
feat/genomic-skills-cleanup
Jun 6, 2026
Merged

chore(pgpm): use BoilerplateSkill from genomic@5.5.0#1273
pyramation merged 1 commit into
mainfrom
feat/genomic-skills-cleanup

Conversation

@pyramation
Copy link
Copy Markdown
Contributor

Summary

Removes the local BoilerplateSkill interface and skills field from pgpm/core's BoilerplateConfig — these now live upstream in genomic's base BoilerplateConfig (genomic@5.5.0, published from dev-utils#87).

- export interface BoilerplateSkill { source: string; skills: string[]; }
- export interface BoilerplateConfig extends GenomicBoilerplateConfig {
-   requiresWorkspace?: WorkspaceType;
-   skills?: BoilerplateSkill[];
- }
+ export type { BoilerplateSkill } from 'genomic';  // re-export for consumers
+ export interface BoilerplateConfig extends GenomicBoilerplateConfig {
+   requiresWorkspace?: WorkspaceType;
+   // skills inherited from GenomicBoilerplateConfig
+ }

BoilerplateSkill is re-exported from @pgpmjs/core so existing imports (e.g. in pgpm/cli installSkills) continue to work without changes.

Also bumps genomic from ^5.4.0^5.5.0 in pgpm/core and pgpm/cli.

Link to Devin session: https://app.devin.ai/sessions/8a70e4bc95b947faa41db21e02ed818e
Requested by: @pyramation

Remove the local BoilerplateSkill interface and skills field from
pgpm/core's BoilerplateConfig — these now live upstream in genomic's
base BoilerplateConfig (genomic@5.5.0). Re-export BoilerplateSkill
from genomic so existing imports from @pgpmjs/core continue to work.
@devin-ai-integration
Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@pyramation pyramation merged commit 6f98ddc into main Jun 6, 2026
35 checks passed
@pyramation pyramation deleted the feat/genomic-skills-cleanup branch June 6, 2026 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant